GetNotificationRecipients(NotificationRecipientType[],ObjectFetchOptions,Int32,Boolean) Method
In This Topic
Gets all Notification Recipients of the specified type(s), with paging
Syntax
Parameters
- selectionTypes
- The type(s) of recipients to return, or a null reference (Nothing in Visual Basic) to return all recipients
- fetchOptions
- Options that control the fetch operation
- pageSize
- The maximum number of records to retrieve in one call. See Remarks.
- restartPaging
- Indicates whether to fetch the first page or continue paging. See Remarks.
See Also